home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / apps / 356 / applic / starsg10.dat < prev    next >
Text File  |  1989-02-05  |  2KB  |  39 lines

  1. *   PRINTER CODE DATA FOR "TWO COLUMN PRINTER" Version 2 (2COLUMNS.PRG)
  2. *                        Star SG10 printers
  3. *
  4. * This data file will load automatically when named 2COLUMNS.DAT and if its
  5. * kept on the same disk and in the same folder as the program.
  6. *
  7. * IMPORTANT: Do not add or delete ANY commas or lines in the codes section
  8. * below.  This includes the remarks portion of the code lines.  Keep the
  9. * "-------CODES AND DEFAULTS-----" line intact.
  10. *
  11. * Codes are decimal ASCII. Full editing instructions are in 2COLUMNS.DOC
  12. * CPI = Characters Per Inch (pitch)
  13. -------------- CODES AND DEFAULTS ------------
  14. 027 056,      Disable the 'Paper-Out' sensor
  15. 027 057,      Enable the 'Paper-Out' sensor
  16. 027 065 010,  7 Lines/Inch line spacing (use closest value-10/72 set here)
  17. 027 064 027 080 027 120 000, Initialize printer also 10CPI and Draft mode
  18. 027 079,      Cancel 'Skip-Over-Perforations'
  19. 027 087 001,  Fancy Print for Heading (expanded print mode here)
  20. 027 087 000,  Cancel Expanded print mode
  21. 027 071,      Enhanced print (Double Strike)
  22. 027 072,      Cancel enhanced printing
  23. *
  24. "LST", Default file extension to be shown in file selector box.
  25. 3,     Number of type sizes listed below (up to 5 allowed)
  26. *
  27. "Compressed-17 CPI",    Name of type size #1 (CPI value optional) 
  28. 027 015,   Printer codes to select this type size
  29. 136,  Number of characters of this size that will fit on a full line
  30. *
  31. "Elite-12 CPI",   Name of type size #2
  32. 027 066 002,     codes 
  33. 96,              characters
  34. *
  35. "Pica-10 CPI",    Name of type size #3
  36. 018,             codes
  37. 80,              characters 
  38. *****************************************************************
  39. * Note: This driver is based on the manual only and has not been tested.